ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFieldBaseTagHelper<TControl> Class / Binding Property

In This Topic
    Binding Property (PivotFieldBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.Binding. Sets the name of the source column which the field is bound to.
    Syntax
    'Declaration
     
    Public Property Binding As String
    public string Binding {get; set;}
    Remarks
    For cube field, it is UniqueName of the field.
    See Also